home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_3 / ezbbs221.lha / c / EazyGetty.Begin < prev    next >
AmigaDOS Script File  |  1994-10-16  |  387b  |  20 lines

  1. .KEY device/A,unit/A
  2. .BRA {
  3. .KET }
  4.  
  5. ; Give user enough time to quit terminal-program
  6. ; and to start his "uucico" (or whatsoever) to
  7. ; transfer UUCP files ...
  8. ;
  9. Wait 15
  10.  
  11. ; Run "Getty" in background so that it keeps on
  12. ; running when this scripts ends ...
  13. ;
  14. Run Getty >NIL: -S{device} -U{unit} -A -B${EazyBaudModem} -7 -Md -c0 -r0
  15.  
  16. ; Wait a little bit for Getty to start up ...
  17. ;
  18. Wait 25
  19.  
  20.